Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <!-- Edit this file to change the layout of the detail view print preview page -->
2
3
4 <div
class="panel-heading"><h3 class="panel-title">
5     <strong><%%DETAIL_VIEW_TITLE%%></strong>
6     <div
class="hidden-print pull-right">
7         <div
class="btn-group">
8             <button type=
"button" id="print" onclick="window.print();" title="<%%TRANSLATION(Print)%%>" class="btn btn-primary"><i class="glyphicon glyphicon-print"></i> <%%TRANSLATION(Print)%%></button>
9             <button type=
"submit" id="back" title="<%%TRANSLATION(Cancel Printing)%%>" class="btn btn-default"><i class="glyphicon glyphicon-remove-circle"></i> <%%TRANSLATION(Cancel Printing)%%></button>
10         </div>
11     </div>
12     <div
class="clearfix"></div>
13 </h3></div>
14
15 <div
class="panel-body">
16     <fieldset
class="form-horizontal">
17         <div
class="form-group" style="border-bottom: dotted 1px #DDD;">
18             <label
class="col-xs-3 control-label">ID</label>
19             <div
class="col-xs-9">
20                 <div
class="form-control-static"><%%VALUE(id)%%></div>
21             </div>
22         </div>
23         <div
class="form-group" style="border-bottom: dotted 1px #DDD;">
24             <label
class="col-xs-3 control-label">Disease</label>
25             <div
class="col-xs-9">
26                 <div
class="form-control-static"><%%VALUE(disease)%%></div>
27             </div>
28         </div>
29         <div
class="form-group" style="border-bottom: dotted 1px #DDD;">
30             <label
class="col-xs-3 control-label">Symptoms</label>
31             <div
class="col-xs-9">
32                 <div
class="form-control-static"><%%VALUE(symptoms)%%></div>
33             </div>
34         </div>
35         <div
class="form-group" style="border-bottom: dotted 1px #DDD;">
36             <label
class="col-xs-3 control-label">Reference</label>
37             <div
class="col-xs-9">
38                 <div
class="form-control-static"><a id="reference-link" href="link.php?t=disease_symptoms&f=reference&i=<%%VALUE(id)%%>" target="_blank"><%%VALUE(reference)%%></a><script>jQuery(function(){ var e_reference = '<%%VALUE(reference)%%>'; if(e_reference == '' || e_reference == '&nbsp;' || e_reference == 'blank.gif') jQuery('#reference-link').hide(); });</script></div>
39             </div>
40         </div>
41     </fieldset>
42 </div>


Gõ tìm kiếm nhanh...